@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,300&family=Tajawal&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;

}
h1{
    font-size: 2.5rem;
    font-weight: 700;
}
h2{
    font-size: 1.8rem;
    font-weight: 600;
}
h3{
    font-size: 1.4rem;
    font-weight:800;
}
h4{
    font-size: 1.1rem;
    font-weight:600 ;
}
h5{
    font-size: 1rem;
    color: #1d1d1d;
    font-weight: 400;
}
h6{
    color: #d8d8d8;
}
.navbar{
    font-size: 18px;
    top: 0px;
    left: 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);


}
.navbar-light .navbar-toggler{
    border: none;
    outline: none;
}
#bar{
    font-size: 1.4rem;
    padding: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    color: #000;
}
#bar:hover,
#bar.active{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    padding: 0 20px;
    color: #000;
    transition: 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar i:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar i.active{
    color: #FF6D6D;
}
.navbar i{
    font-size: 1.2rem;
    padding: 0 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
}
#home-sec span{
    color:#FF6D6D;
}
button{
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: none;
    background-color: #1d1d1d;
    color: #FEFBF3;
    padding: 14px 30px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.4s ease;
}
button:hover{
    background-color: #3a3a3a;
}
#home-sec{
    background-image: url(../image/back.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 60px center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media only  screen and (max-width:991px) {
    body > nav > div > button:hover,
    body > nav > div > button:focus{
        background-color: #fb774b;
    }

    body > nav > div > button:hover #bar,
    body > nav > div > button:focus #bar{
        color: #fff;
    }

    #navbarSupportedContent > ul {
        margin: 1rem;
        justify-content: flex-end;
        align-items: flex-end;
        text-align: right;
    }

    #navbarSupportedContent > ul > li:nth-child(n) > a{
        padding: 10px 0px;

    }
}
#new-sec .one-img img{

width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

#new-sec .one-img .data{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.4s ease;
}

#new-sec .one-img:hover .data{
    cursor: pointer;
    background-color: rgba(245, 178, 178, 0.7);
}

#new-sec .one-img .data button{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color:#2a2a2a ;
    background: none;
    text-transform: capitalize;
    border-bottom: 1px solid #2a2a2a;
    padding: 2.6px;
    transform:translateY(70px);
    transition: 0.4s ease;
}

#new-sec .one-img .data button:hover{
    color: #fff;
    border-bottom: 1px solid #fff;

}

#new-sec .one-img:nth-child(1) .data{
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;

}

#new-sec .one-img:nth-child(2) .data{
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

#new-sec .one-img:nth-child(3) .data{
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;

}

.proudect{
    cursor: pointer;
    margin-bottom: 2rem;

}
.proudect img{
    transition: 0.3s all;
}
.proudect:hover img{
    opacity: 0.7;
}

.proudect .btn-buy{
    background-color: #fb774b;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s all;
}

.proudect:hover .btn-buy{

    transform: translateY(0px);
    opacity: 1;
    transition: .5s ease-in;

}
hr{
    width: 30px;
    height: 2px;
    background-color: #fb774b;
}
.star i{
    font-size: 0.8rem;
    color: #FFCE45;
    font-weight: bold;
}
#banner{
    background-image: url(../image/banner/parallax.jpg);
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 70px center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#banner h4{
    color: #1B1A17;
}

#banner h1{
    color: #1B1A17;
}

#banner button{
    background-color: #fb774b;
}
footer{
    background-color: #222222;
}
footer h5{
    color: #d8d8d8;
    font-weight: 800;
    font-size: 1.3rem;
}
footer li{
    padding-bottom: 5px;
}

footer li a{
    color: #999;
    font-weight: normal;


}
footer li a:hover{
    text-decoration: none;
    color: #fff;

}

footer p{
    color: #fff;
    font-size: 0.8rem;
}
footer .copyright a{
    color: black;
    width: 40px;
    height: 40px;
    background-color: #fff;
    /* padding: 8px; */
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin:  0 5px;
    transition: 0.3s ease;

}
footer .copyright a:hover{
    color: #fff;
    background-color: #fb774b;
    transform: scale(1.1);
}
#bloge-container .posting:hover img{
    transform: scale(1.3) rotate(-10deg);
    opacity: 0.8;

}

#bloge-container .posting .post-img{
    overflow: hidden;
    cursor: pointer;
}

#bloge-container .posting:hover h3{
    color:#fb774b;

}

#bloge-container .posting img{
    transition: 0.4s ease;
}

#bloge-container .posting h3{
    transition: 0.4s ease;
    cursor: pointer;
    font-size: 21px;
    color: #000;
}
#cart-container table{
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

#cart-container table thead{
  font-weight: 800;

}
#cart-container table thead td{
  background-color:#fb774b;
  color: #fff;
  border: none;
  padding: 6px 0px;
}
#cart-container table td{
  border: 1px solid #eee;
  text-align: center;
}
#cart-container table td:nth-child(1){
  width: 100px;
}

#cart-container table td:nth-child(2),
#cart-container table td:nth-child(3){
  width: 200px;
}

#cart-container table td:nth-child(4),
#cart-container table td:nth-child(5),
#cart-container table td:nth-child(6){
  width: 170px;
}

#cart-container table tbody img{
  width: 100px;
  height: 90px;
  object-fit: cover;
}
